'Declaration
Public Function New( _ ByVal name As String, _ ByVal attributes As IEnumerable(Of KeyValuePair(Of String,String)) _ )
public C1HtmlElement( string name, IEnumerable<KeyValuePair<string,string>> attributes )
Parameters
- name
- The tag name of this C1HtmlElement.
- attributes
- The attributes of this C1HtmlElement.